home *** CD-ROM | disk | FTP | other *** search
/ The Epic Interactive Encyclopedia 1998 / Epic Interactive Encyclopedia, The - 1998 Edition (1998)(Epic Marketing).iso / H / Hexadecimal / INFOTEXT < prev   
Text File  |  1992-09-04  |  359b  |  11 lines

  1. Hexidecimal is a number system to the base 
  2. 16, used in computing. In hex (as it is 
  3. commonly known) the decimal numbers 0-15 are 
  4. represented by the characters 0, 1, 2, 3, 4, 
  5. 5, 6, 7, 8, 9, A, B, C, D, E, F. Hexadecimal 
  6. numbers are easy to convert to the computer's 
  7. internal binary code and are more compact 
  8. than binary numbers. 
  9.  
  10. Subject by: Andrew Row
  11.